home *** CD-ROM | disk | FTP | other *** search
- global gFScurrentSprite, gCurLocation
-
- on mouseUp
- if the member of sprite 5 = member "APPLE #11.256" of castLib "0203 Images Int" then
- SetCursors()
- exit
- else
- puppetSound(1, member "0203S01" of castLib "0203 Sound Int")
- set gFScurrentSprite to the memberNum of sprite the clickOn
- FSAppleAnn()
- end if
- end
-